Skip to content

Remove deprecated API #3325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

dstansby
Copy link
Contributor

@dstansby dstansby commented Aug 1, 2025

Fixes #3317. I'm going to leave this as draft, because it will probably be easier to manage backports if this is merged as the last thing before a 3.2.0 release, in case any of the removed API needs fixing in 3.1.x. Opening to avoid duplicaiton of work by others.

@dstansby dstansby added this to the 3.2.0 milestone Aug 1, 2025
Copy link

codecov bot commented Aug 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.71%. Comparing base (a26926c) to head (35818a4).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3325      +/-   ##
==========================================
+ Coverage   94.54%   94.71%   +0.17%     
==========================================
  Files          78       76       -2     
  Lines        9423     9334      -89     
==========================================
- Hits         8909     8841      -68     
+ Misses        514      493      -21     
Files with missing lines Coverage Δ
src/zarr/__init__.py 100.00% <ø> (ø)
src/zarr/api/asynchronous.py 87.94% <100.00%> (+0.31%) ⬆️
src/zarr/api/synchronous.py 92.42% <100.00%> (-0.54%) ⬇️
src/zarr/core/array.py 97.58% <100.00%> (+0.47%) ⬆️
src/zarr/core/common.py 93.38% <ø> (ø)
src/zarr/core/group.py 95.13% <ø> (+0.09%) ⬆️
src/zarr/storage/__init__.py 100.00% <ø> (+5.00%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove deprecated routines
1 participant